home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFRMRVHYPPROP / TFRMRVHYPPROP.txt
Text File  |  2004-10-12  |  3KB  |  132 lines

  1. inherited frmRVHypProp: TfrmRVHypProp
  2.   Left = 251
  3.   Top = 168
  4.   HelpContext = 90450
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Hyperlink Attributes'
  8.   ClientHeight = 306
  9.   ClientWidth = 362
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object gbNormal: TGroupBox
  15.     Left = 12
  16.     Top = 10
  17.     Width = 337
  18.     Height = 109
  19.     Caption = 'Normal colors'
  20.     TabOrder = 0
  21.     object lblText: TLabel
  22.       Left = 28
  23.       Top = 33
  24.       Width = 24
  25.       Height = 13
  26.       Caption = '&Text:'
  27.       FocusControl = cmbText
  28.     end
  29.     object lblTextBack: TLabel
  30.       Left = 28
  31.       Top = 70
  32.       Width = 61
  33.       Height = 13
  34.       Caption = '&Background:'
  35.       FocusControl = cmbTextBack
  36.     end
  37.     object cmbText: TRVColorCombo
  38.       Left = 152
  39.       Top = 26
  40.       Width = 156
  41.       Height = 26
  42.       AutoColor = clWindowText
  43.       Indeterminate = True
  44.       TabOrder = 0
  45.       ParentColor = False
  46.     end
  47.     object cmbTextBack: TRVColorCombo
  48.       Left = 152
  49.       Top = 63
  50.       Width = 156
  51.       Height = 26
  52.       Indeterminate = True
  53.       TabOrder = 1
  54.       ParentColor = False
  55.     end
  56.   end
  57.   object gbHover: TGroupBox
  58.     Left = 12
  59.     Top = 124
  60.     Width = 337
  61.     Height = 137
  62.     Caption = 'Active colors'
  63.     TabOrder = 1
  64.     object lblHoverText: TLabel
  65.       Left = 28
  66.       Top = 33
  67.       Width = 24
  68.       Height = 13
  69.       Caption = 'T&ext:'
  70.       FocusControl = cmbHoverText
  71.     end
  72.     object lblHoverTextBack: TLabel
  73.       Left = 28
  74.       Top = 70
  75.       Width = 61
  76.       Height = 13
  77.       Caption = 'B&ackground:'
  78.       FocusControl = cmbHoverTextBack
  79.     end
  80.     object cmbHoverText: TRVColorCombo
  81.       Left = 152
  82.       Top = 26
  83.       Width = 156
  84.       Height = 26
  85.       AutoColor = clWindowText
  86.       Indeterminate = True
  87.       TabOrder = 0
  88.       ParentColor = False
  89.     end
  90.     object cmbHoverTextBack: TRVColorCombo
  91.       Left = 152
  92.       Top = 63
  93.       Width = 156
  94.       Height = 26
  95.       Indeterminate = True
  96.       TabOrder = 1
  97.       ParentColor = False
  98.     end
  99.     object cbAsNormal: TCheckBox
  100.       Left = 28
  101.       Top = 106
  102.       Width = 238
  103.       Height = 17
  104.       Caption = '&Same as normal'
  105.       TabOrder = 2
  106.       OnClick = cbAsNormalClick
  107.     end
  108.   end
  109.   object btnOk: TButton
  110.     Left = 145
  111.     Top = 269
  112.     Width = 100
  113.     Height = 25
  114.     Anchors = [akRight, akBottom]
  115.     Caption = 'OK'
  116.     Default = True
  117.     ModalResult = 1
  118.     TabOrder = 2
  119.   end
  120.   object btnCancel: TButton
  121.     Left = 251
  122.     Top = 269
  123.     Width = 100
  124.     Height = 25
  125.     Anchors = [akRight, akBottom]
  126.     Cancel = True
  127.     Caption = 'Cancel'
  128.     ModalResult = 2
  129.     TabOrder = 3
  130.   end
  131. end
  132.